From d329d6651c5d14b4fda1a8d8db91812710e56c1a Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Fri, 24 Mar 2006 10:20:25 -0700 Subject: [PATCH] [IA64] Recompile asm-offsets.h at correct time Recompile asm-offsets.h when header files are changed. Currently it's not recompiled even when important strutures changes after "hg pull" and thus make interface mismatch between xen and xenlinux. I've encountered several times after boring debug to find the reason. Signed-off-by: Kevin Tian --- xen/arch/ia64/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xen/arch/ia64/Makefile b/xen/arch/ia64/Makefile index 444f4eb30b..05a0a4aa2f 100644 --- a/xen/arch/ia64/Makefile +++ b/xen/arch/ia64/Makefile @@ -25,8 +25,7 @@ $(TARGET): $(TARGET)-syms $(NM) -n $(TARGET)-syms | grep -v '\( [aUw] \)\|\(__crc_\)\|\( \$[adt]\)'\ > $(BASEDIR)/System.map - -asm-offsets.s: asm-offsets.c $(BASEDIR)/include/asm-ia64/.offsets.h.stamp $(BASEDIR)/include/asm-ia64/asm-xsi-offsets.h +asm-offsets.s: asm-offsets.c $(BASEDIR)/include/asm-ia64/.offsets.h.stamp $(BASEDIR)/include/asm-ia64/asm-xsi-offsets.h $(HDRS) $(CC) $(CFLAGS) -S -o $@ $< asm-xsi-offsets.s: asm-xsi-offsets.c -- 2.30.2